🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / feature / node / src / commonMain / kotlin / org / meshtastic / feature / node / model / NodeDetailAction.kt
Displaying Raw • Download
feature/node/src/commonMain/kotlin/org/meshtastic/feature/node/model/NodeDetailAction.kt 1390a3cd4f7bc55a37433d1d868e65c01678eb31 (1390a3cd) Text, 1.50 KB
T8b949e/*
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.node.model
Tff7b72import T7ee787org.meshtastic.core.model.Node
Tff7b72import T7ee787org.meshtastic.core.model.service.ServiceAction
Tff7b72import T7ee787org.meshtastic.core.navigation.Route
Tff7b72import T7ee787org.meshtastic.feature.node.component.NodeMenuAction
Tff7b72import T7ee787org.meshtastic.proto.Config
Tff7b72sealed Tff7b72interface T56d364NodeDetailAction Tb4b4b4{
Tff7b72data Tff7b72class T56d364NavigateTb4b4b4(Tff7b72val Te6edf3routeTb4b4b4: Te6edf3RouteTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction
Tff7b72data Tff7b72class T56d364TriggerServiceActionTb4b4b4(Tff7b72val Te6edf3actionTb4b4b4: Te6edf3ServiceActionTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction
Tff7b72data Tff7b72class T56d364HandleNodeMenuActionTb4b4b4(Tff7b72val Te6edf3actionTb4b4b4: Te6edf3NodeMenuActionTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction
Tff7b72data Tff7b72object T56d364ShareContact Tb4b4b4: Te6edf3NodeDetailAction
T8b949e// Opens the compass sheet scoped to a target node and the user’s preferred units.
Tff7b72data Tff7b72class T56d364OpenCompassTb4b4b4(Tff7b72val Te6edf3nodeTb4b4b4: Te6edf3NodeTb4b4b4, Tff7b72val Te6edf3displayUnitsTb4b4b4: Te6edf3ConfigTb4b4b4.Te6edf3DisplayConfigTb4b4b4.Te6edf3DisplayUnitsTb4b4b4) Tb4b4b4: Te6edf3NodeDetailAction
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.04s